DocumentLocaleListItemDto

data class DocumentLocaleListItemDto(name: String, code: String)

Parameters

name

The name of the locale in English.

code

The short code of the locale.

Constructors

DocumentLocaleListItemDto
Link copied to clipboard
fun DocumentLocaleListItemDto(name: String, code: String)
The name of the locale in English.

Properties

code
Link copied to clipboard
@SerializedName(value = code)
val code: String
The short code of the locale.
name
Link copied to clipboard
@SerializedName(value = name)
val name: String
The name of the locale in English.